home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / browser / feeds / addFeedReader.css next >
Cascading Style Sheet File  |  2007-04-30  |  781b  |  36 lines

  1. /*
  2.  *  BEGIN FLOCK GPL
  3.  *  
  4.  *  Copyright Flock Inc. 2005-2007
  5.  *  http://flock.com
  6.  *  
  7.  *  This file may be used under the terms of of the
  8.  *  GNU General Public License Version 2 or later (the "GPL"),
  9.  *  http://www.gnu.org/licenses/gpl.html
  10.  *  
  11.  *  Software distributed under the License is distributed on an "AS IS" basis,
  12.  *  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.  *  for the specific language governing rights and limitations under the
  14.  *  License.
  15.  *  
  16.  *  END FLOCK GPL
  17.  */
  18.  
  19. #imageBox {
  20.   width: 32px;
  21.   height: 32px;
  22.   background-image: url("chrome://browser/skin/feeds/feedIcon.png");
  23.   background-repeat: no-repeat;
  24.   background-position: 0 0;
  25.   margin: .5em;
  26. }
  27.  
  28. #content {
  29.   margin-top: 0.4em;
  30. }
  31.  
  32. #siteLabel {
  33.   margin-top: 3px;
  34. }
  35.  
  36.